From: Debian Science Maintainers Date: Fri, 10 Jul 2020 05:46:36 +0000 (+0100) Subject: Make the module reference tables appear X-Git-Tag: archive/raspbian/0.11.1-3+rpi1^2~13 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=f79ed2b3e019ff375d237a02fad30637f64695cb;p=statsmodels.git Make the module reference tables appear Our numpydoc is old enough to still need this manually set Author: Rebecca N. Palmer Bug: https://github.com/numpy/numpydoc/issues/141 Forwarded: not-needed Gbp-Pq: Name sphinx_autosummary.patch --- diff --git a/docs/source/conf.py b/docs/source/conf.py index a95d4c1..1ad2ce3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -49,7 +49,7 @@ extensions = ['sphinx.ext.autodoc', 'nbsphinx', 'sphinx.ext.mathjax', 'sphinx.ext.viewcode', - # 'sphinx.ext.autosummary', + 'sphinx.ext.autosummary', 'sphinx.ext.inheritance_diagram', 'matplotlib.sphinxext.plot_directive', 'IPython.sphinxext.ipython_console_highlighting',